- DBFAddField
int DBFAddField(DBFHandle hDBF, const(char)* pszFieldName, DBFFieldType eType, int nWidth, int nDecimals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFAddNativeFieldType
int DBFAddNativeFieldType(DBFHandle hDBF, const(char)* pszFieldName, char chType, int nWidth, int nDecimals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFAlterFieldDefn
int DBFAlterFieldDefn(DBFHandle psDBF, int iField, const(char)* pszFieldName, char chType, int nWidth, int nDecimals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFCloneEmpty
DBFHandle DBFCloneEmpty(DBFHandle psDBF, const(char)* pszFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFClose
void DBFClose(DBFHandle hDBF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFCreate
DBFHandle DBFCreate(const(char)* pszDBFFile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFCreateEx
DBFHandle DBFCreateEx(const(char)* pszDBFFile, const(char)* pszCodePage)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFCreateLL
DBFHandle DBFCreateLL(const(char)* pszDBFFile, const(char)* pszCodePage, SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFDeleteField
int DBFDeleteField(DBFHandle hDBF, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFGetCodePage
const(char)* DBFGetCodePage(DBFHandle psDBF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFGetFieldCount
int DBFGetFieldCount(DBFHandle psDBF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFGetFieldIndex
int DBFGetFieldIndex(DBFHandle psDBF, const(char)* pszFieldName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFGetFieldInfo
DBFFieldType DBFGetFieldInfo(DBFHandle psDBF, int iField, char* pszFieldName, int* pnWidth, int* pnDecimals)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFGetNativeFieldType
char DBFGetNativeFieldType(DBFHandle hDBF, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFGetRecordCount
int DBFGetRecordCount(DBFHandle psDBF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFIsAttributeNULL
int DBFIsAttributeNULL(DBFHandle hDBF, int iShape, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFIsRecordDeleted
int DBFIsRecordDeleted(DBFHandle psDBF, int iShape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFMarkRecordDeleted
int DBFMarkRecordDeleted(DBFHandle psDBF, int iShape, int bIsDeleted)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFOpen
DBFHandle DBFOpen(const(char)* pszDBFFile, const(char)* pszAccess)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFOpenLL
DBFHandle DBFOpenLL(const(char)* pszDBFFile, const(char)* pszAccess, SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFReadDoubleAttribute
double DBFReadDoubleAttribute(DBFHandle hDBF, int iShape, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFReadIntegerAttribute
int DBFReadIntegerAttribute(DBFHandle hDBF, int iShape, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFReadLogicalAttribute
const(char)* DBFReadLogicalAttribute(DBFHandle hDBF, int iShape, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFReadStringAttribute
const(char)* DBFReadStringAttribute(DBFHandle hDBF, int iShape, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFReadTuple
const(char)* DBFReadTuple(DBFHandle psDBF, int hEntity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFReorderFields
int DBFReorderFields(DBFHandle psDBF, int* panMap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFUpdateHeader
void DBFUpdateHeader(DBFHandle hDBF)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteAttributeDirectly
int DBFWriteAttributeDirectly(DBFHandle psDBF, int hEntity, int iField, void* pValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteDoubleAttribute
int DBFWriteDoubleAttribute(DBFHandle hDBF, int iShape, int iField, double dFieldValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteIntegerAttribute
int DBFWriteIntegerAttribute(DBFHandle hDBF, int iShape, int iField, int nFieldValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteLogicalAttribute
int DBFWriteLogicalAttribute(DBFHandle hDBF, int iShape, int iField, const(char) lFieldValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteNULLAttribute
int DBFWriteNULLAttribute(DBFHandle hDBF, int iShape, int iField)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteStringAttribute
int DBFWriteStringAttribute(DBFHandle hDBF, int iShape, int iField, const(char)* pszFieldValue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- DBFWriteTuple
int DBFWriteTuple(DBFHandle psDBF, int hEntity, void* pRawTuple)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SASetupDefaultHooks
void SASetupDefaultHooks(SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SASetupUtf8Hooks
void SASetupUtf8Hooks(SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCheckBoundsOverlap
int SHPCheckBoundsOverlap(double* padfBox1Min, double* padfBox1Max, double* padfBox2Min, double* padfBox2Max, int nDimension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPClose
void SHPClose(SHPHandle hSHP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCloseDiskTree
void SHPCloseDiskTree(SHPTreeDiskHandle hDiskTree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPComputeExtents
void SHPComputeExtents(SHPObject* psObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCreate
SHPHandle SHPCreate(const(char)* pszShapeFile, int nShapeType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCreateLL
SHPHandle SHPCreateLL(const(char)* pszShapeFile, int nShapeType, SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCreateObject
SHPObject* SHPCreateObject(int nSHPType, int nShapeId, int nParts, const(int)* panPartStart, const(int)* panPartType, int nVertices, const(double)* padfX, const(double)* padfY, const(double)* padfZ, const(double)* padfM)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCreateSimpleObject
SHPObject* SHPCreateSimpleObject(int nSHPType, int nVertices, const(double)* padfX, const(double)* padfY, const(double)* padfZ)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPCreateTree
SHPTree* SHPCreateTree(SHPHandle hSHP, int nDimension, int nMaxDepth, double* padfBoundsMin, double* padfBoundsMax)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPDestroyObject
void SHPDestroyObject(SHPObject* psObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPDestroyTree
void SHPDestroyTree(SHPTree* hTree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPGetInfo
void SHPGetInfo(SHPHandle hSHP, int* pnEntities, int* pnShapeType, double* padfMinBound, double* padfMaxBound)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPOpen
SHPHandle SHPOpen(const(char)* filename, const(char)* pszAcces)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPOpenDiskTree
SHPTreeDiskHandle SHPOpenDiskTree(const(char)* pszQIXFilename, SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPOpenLL
SHPHandle SHPOpenLL(const(char)* pszShapeFile, const(char)* pszAccess, SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPPartTypeName
const(char)* SHPPartTypeName(int nPartType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPReadObject
SHPObject* SHPReadObject(SHPHandle hSHP, int iShape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPRewindObject
int SHPRewindObject(SHPHandle hSHP, SHPObject* psObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPSearchDiskTree
int* SHPSearchDiskTree(FILE* fp, double* padfBoundsMin, double* padfBoundsMax, int* pnShapeCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPSearchDiskTreeEx
int* SHPSearchDiskTreeEx(SHPTreeDiskHandle hDiskTree, double* padfBoundsMin, double* padfBoundsMax, int* pnShapeCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPTreeAddShapeId
int SHPTreeAddShapeId(SHPTree* hTree, SHPObject* psObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPTreeFindLikelyShapes
int* SHPTreeFindLikelyShapes(SHPTree* hTree, double* padfBoundsMin, double* padfBoundsMax, int* pnShapeCount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPTreeRemoveShapeId
int SHPTreeRemoveShapeId(SHPTree* hTree, int nShapeId)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPTreeTrimExtraNodes
void SHPTreeTrimExtraNodes(SHPTree* hTree)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPTypeName
const(char)* SHPTypeName(int nSHPType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPWriteHeader
void SHPWriteHeader(SHPHandle hSHP)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPWriteObject
int SHPWriteObject(SHPHandle hSHP, int iShape, SHPObject* psObject)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPWriteTree
int SHPWriteTree(SHPTree* hTree, const(char)* pszFilename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- SHPWriteTreeLL
int SHPWriteTreeLL(SHPTree* hTree, char* pszFilename, SAHooks* psHooks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
$Id: shapefil.h,v 1.52 2011-12-11 22:26:46 fwarmerdam Exp $
Project: Shapelib Purpose: Primary include file for Shapelib.